home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1201
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
250b
|
15 lines
on(release){
if(bear >= 1)
{
bear -= 1;
ratio = (0.5 * ch + 0.4 * st + 0.1 * kn) / 100;
ship = ship + 20 + 35 * ratio;
mood += 70;
gotoAndPlay(3319);
}
else
{
gotoAndStop(3042);
}
}